home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03113_Script_3113
< prev
next >
Wrap
Text File
|
1983-01-27
|
1KB
|
38 lines
on spegni_su_icone
global testo_aperto,principio_aperto,video_aperto
if testo_aperto >0 then
set pgm to the scripttext of cast testo_aperto
set off1 to offset (" go",pgm)
if off1>0 then
set pgm to ins_frase(char 1 to off1-1 of pgm,char off1 to length(pgm) of pgm,"spegni_canali")
end if
set the scripttext of cast testo_aperto to pgm
end if
if video_aperto >0 then
set pgm to the scripttext of cast video_aperto
set off1 to offset (" go",pgm)
if off1>0 then
set pgm to ins_frase(char 1 to off1-1 of pgm,char off1 to length(pgm) of pgm,"spegni_canali")
end if
set the scripttext of cast video_aperto to pgm
end if
if principio_aperto >0 then
set pgm to the scripttext of cast principio_aperto
set off1 to offset (" go",pgm)
if off1>0 then
set pgm to ins_frase(char 1 to off1-1 of pgm,char off1 to length(pgm) of pgm,"spegni_canali")
end if
set the scripttext of cast principio_aperto to pgm
end if
end